home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_iilog.asp < prev    next >
Encoding:
Text File  |  1999-06-03  |  742 b   |  26 lines

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4.  
  5. <% if Session("FONTSIZE") = "" then %>
  6.     <!--#include file="iito.inc"-->
  7. <% else %>
  8.     <!--#include file="iisetfnt.inc"-->
  9.     <!--#include file="iilog.str"-->
  10. <%
  11. dim bScrolling
  12.  
  13. If Session("hasDHTML") then
  14.     bScrolling = "NO"
  15. else
  16.     bScrolling = "YES"
  17. end if
  18. %>
  19. <HTML>
  20. <FRAMESET ROWS="<%= iVScale(L_HEADFRAME_H) %>,*" BORDER=NO FRAMESPACING=1 FRAMEBORDER=0>
  21.     <FRAME SRC="iiloghd.asp" NAME="title" BORDER=NO FRAMESPACING=0 FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO>
  22.     <FRAME SRC="iilogmn.asp" NAME="head" SCROLLING=<%= bScrolling %> FRAMESPACING=0 BORDER=NO  MARGINHEIGHT=5 MARGINWIDTH=5>
  23. </FRAMESET>
  24. </HTML>
  25.  
  26. <% end if %>